Skip to content

Conversation

@jonathanberthias
Copy link
Contributor

Tiny changes to account for the recently merged PR.

It's in draft as if #1099 gets merged, there would be more changes. But if you cut the 5.7 release before merging it, this PR should be included as-is 😄

@jonathanberthias jonathanberthias marked this pull request as ready for review November 8, 2025 22:55
@jonathanberthias jonathanberthias changed the title Update stubs for latest changes Update stubs with node selection methods Nov 8, 2025
def __next__(self): ...
def __pow__(self, other): ...
def __radd__(self, other): ...
def __reduce_cython__(self, *args, **kwargs): ...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what were these and why don't we need them anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are symbols generated by Cython that exist at runtime so stubgen picked them up, but I don't think they are useful to have in the stubs, as I wouldn't expect anyone to try to use them. But maybe I'm wrong, in which case we can add them back 🤷

I removed most of these symbols in #1073, these are a few leftovers I missed back then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants